home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vde165c.zip / VINST.REF < prev    next >
Text File  |  1993-06-01  |  48KB  |  799 lines

  1.  
  2.  
  3.                                   VINST.REF
  4.                                   ---------
  5.                   Instructions for VDE Installation Utility:
  6.                           version 1.65C (01 Jun 1993)
  7.  
  8.                              (c)1987-93, E. Meyer
  9.  
  10.  
  11.  
  12. ================================  CONTENTS  ==================================
  13.  
  14.  
  15.  1. RUNNING VINST.  What VINST is, and how to use it.
  16.  
  17.  2. INSTALLATION.  Installing for different computer hardware, colors, etc.
  18.  
  19.  3. MENUBAR MODE.  Choice of operating mode; customization of User menu bar.
  20.  
  21.  4. USER OPTIONS.  Customization of many initial VDE settings.
  22.  
  23.  5. PRINTER INSTALLATION.  Using printer features: print modes, graphics, etc.
  24.  
  25.  6. DEFAULT MACRO KEYS.  Installing a default set of macro keys.
  26.  
  27.  7. DEFAULT FUNCTION KEYS.  Installing the function keys.
  28.  
  29.  8. GRAPHICS.  Modifying the default set of graphics characters.
  30.  
  31.  9. CHARACTER WIDTHS.  Modifying the default set of character widths.
  32.  
  33. 10. RESTORE DEFAULTS.  Undoing previous modifications.
  34.  
  35.  
  36. ===========================  1. RUNNING VINST  ===============================
  37.  
  38.  
  39.      VINST is a utility that lets you modify your copy of the VDE editor:
  40.               * Installing for use on non-standard computers
  41.               * Selecting or customizing a driver for your printer
  42.               * Configuring settings and options to suit your tastes
  43.  
  44.      VDE comes configured for a standard IBM PC; you will need to make some 
  45. changes before using it on a non-IBM compatible computer, or a graphics card 
  46. (like old IBM CGAs) that experiences snow (see INSTALLATION).  You will want 
  47. to choose the correct driver for your printer, and may eventually want to make 
  48. some small modifications to it.  And, once you start editing with VDE, you 
  49. will probably discover some of its many settings and options that you would 
  50. like to change.  For example, if you dislike MenuBar mode, you can make 
  51. Command mode the default instead.
  52.  
  53.               NOTE: VINST allows VDE to be customized for best 
  54.          performance on a variety of computer hardware.  If you are 
  55.          using equipment (computer, graphics card, printer, etc) 
  56.          which VDE does not work well with, or does not seem to be 
  57.          taking full advantage of, please provide the appropriate 
  58.          technical or programmer's information from your manual so 
  59.          that future versions of VDE can support it.
  60.  
  61.      You should begin using VINST soon; once you have made changes to VDE, the 
  62. initial welcome/copyright messages in VDE and VINST will no longer appear.
  63.      Your copies of the program files will be called VDE.COM and VINST.COM, 
  64. though of course you can rename them (I usually call them V.COM and VI.COM).  
  65. To run VINST simply type:
  66.               C>vinst                 if your copy is still called "VDE.COM"
  67.         or    C>vinst V.COM           if it's called "V.COM" (or whatever).
  68.  
  69.      Any changes you make while running VINST -- choosing different options, 
  70. reading in data files, etc -- are in memory only.  You can choose "Quit" from 
  71. the main menu and VDE.COM will remain unchanged.  Only when you choose "Save" 
  72. (or "Restore defaults") does VINST modify the file VDE.COM.
  73.  
  74.      VINST can also read and write various "auxiliary data files" (type .VDx), 
  75. for user options, macro definitions, graphics, and printer support; see DATA 
  76. FILES.  VDE's ability to load such files allows modifications to these 
  77. features during editing.  In addition, they can make updating to a new version 
  78. of VDE easier: just save your old settings to files with the old VINST, and 
  79. then install them in your new copy of VDE with the new VINST.
  80.      Because installation features change with almost every release, the 
  81. version numbers of VINST and VDE must agree.  Auxiliary data files (.VDx) 
  82. change format less often, and VINST can usually read files created by other 
  83. recent versions.  In either case, if VINST can't load an older file, you will 
  84. get a "<Version error>" message, and must re-create the file.
  85.  
  86.      VINST is fully menu-driven; it will present you with a set of categories 
  87. that corresponds to each section below, starting with Installation; within 
  88. each category, each value is named and displayed, giving you the opportunity 
  89. to change it.  The program is largely self-documenting, and steps you through 
  90. each item individually.  The main menu also offers a "Help" option, which 
  91. displays some of the following information on screen to assist you.
  92.  
  93.      VINST uses several types of data entry for different parameters:
  94.   TEXT - Just type in the character(s).
  95.   LOGICAL - Yes/No.  Just type [Y] or [N].
  96.   DECIMAL - Enter a number from 0 to 255.
  97.   HEX - Enter two-digit hexadecimal byte value 00-FF.  (Don't omit lead 0's.)
  98.   BYTE STRING - The value shown in (parentheses) is the length of the current 
  99.                string.  Enter a new series of byte values.  Each may be 
  100.                entered either in HEX, as above, or by pressing the single 
  101.                quote key ['] followed by the appropriate ASCII character.  You 
  102.                can also press ["] to duplicate the existing value.  (To enter 
  103.                a null value, press ^J or ^[Enter].)
  104.  
  105.      In each case, the current value will display, and then you will be 
  106. prompted for a new one.  (Just press [Enter] to leave the existing setting.)  
  107. VINST can't always check for illegal values; be careful what you enter!
  108.      At most points in VINST, you can press [Esc] to return immediately to the 
  109. Main Menu, or ^C to abort the program.
  110.  
  111.      For the entry of codes in the Printer Installation, you may find the 
  112. following equivalence table for decimal, hexadecimal, and character values 
  113. helpful.
  114.  
  115.                                  ASCII TABLE
  116.           ASCII                                                       ASCII
  117.   Dec Hex Char   Dec Hex Char   Dec Hex Char   Dec Hex Char   Dec Hex Char
  118.   ------------------------------------------------------------------------
  119.     0  00  ^@     26  1A  ^Z     54  36   6     80  50   P    106  6A   j
  120.     1  01  ^A     27  1B ^[ Esc  55  37   7     81  51   Q    107  6B   k
  121.     2  02  ^B     28  1C  ^\     56  38   8     82  52   R    108  6C   l
  122.     3  03  ^C     29  1D  ^]     57  39   9     83  53   S    109  6D   m
  123.     4  04  ^D     30  1E  ^^     58  3A   :     84  54   T    110  6E   n
  124.     5  05  ^E     31  1F  ^_     59  3B   ;     85  55   U    111  6F   o
  125.     6  06  ^F     32  20 space   60  3C   <     86  56   V    112  70   p
  126.     7  07  ^G     33  21   !     61  3D   =     87  57   W    113  71   q
  127.     8  08  ^H     34  22   "     62  3E   >     88  58   X    114  72   r
  128.     9  09  ^I     35  23   #     63  3F   ?     89  59   Y    115  73   s
  129.    10  0A  ^J     36  24   $     64  40   @     90  5A   Z    116  74   t
  130.    11  0B  ^K     37  25   %     65  41   A     91  5B   [    117  75   u
  131.    12  0C  ^L     38  26   &     66  42   B     92  5C   \    118  76   v
  132.    13  0D  ^M     39  27   '     67  43   C     93  5D   ]    119  77   w
  133.    14  0E  ^N     40  28   (     68  44   D     94  5E   ^    120  78   x
  134.    15  0F  ^O     41  29   )     69  45   E     95  5F   _    121  79   y
  135.    16  10  ^P     42  2A   *     70  46   F     96  60   `    122  7A   z
  136.    17  11  ^Q     43  2B   +     71  47   G     97  61   a    123  7B   {
  137.    18  12  ^R     44  2C   ,     72  48   H     98  62   b    124  7C   |
  138.    19  13  ^S     45  2D   -     73  49   I     99  63   c    125  7D   }
  139.    20  14  ^T     46  2E   .     74  4A   J    100  64   d    126  7E   ~
  140.    21  15  ^U     47  2F   /     75  4B   K    101  65   e    127  7F  del
  141.    22  16  ^V     48  30   0     76  4C   L    102  66   f    --graphics:--
  142.    23  17  ^W     49  31   1     77  4D   M    103  67   g    128  80
  143.    24  18  ^X     50  32   2     78  4E   N    104  68   h    129  81
  144.    25  19  ^Y     51  33   3     79  4F   O    105  69   i    130  82 ...
  145.   -------------------------------------------------------------------------
  146.  
  147.  
  148. =============================  2. INSTALLATION  ==============================
  149.  
  150.  
  151.      VDE can disp